home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freaks Macintosh Archive
/
Freaks Macintosh Archive.bin
/
Essentials
/
ResEdit 2.1.3.sea
/
PExamples
/
MakeEditor
< prev
next >
Wrap
Text File
|
1994-07-15
|
610b
|
31 lines
# MakeFile - Make instructions for the ResEdit example editor.
#
# Copyright Apple Computer, Inc. 1986-1990
# All rights reserved.
#
# This makefile builds:
# The sample Resource Editor: XXXX
#
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
SysLibs = "{PLibraries}"PasLib.o ∂
"{Libraries}"Interface.o
RSSCLibs = {obj}RSSC.a.o ∂
{obj}ResDisp.a.o
"{OutFile}" ƒƒ {obj}XXXX.Edit.p.o {RSSCLibs} {sysLibs}
Link {RSSCLibs} ∂
{obj}XXXX.Edit.p.o ∂
{sysLibs} ∂
-da -w -rt RSSC=2600 ∂
-sg @XXXX ∂
-o "{OutFile}"
{obj} ƒ {source} {ResEditLibraries}